PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

AbsoluteToDuration

Converts time from units of type AbsoluteTime to units of type Duration .

Duration AbsoluteToDuration (AbsoluteTime time);
time
A value of type AbsoluteTime that you want to convert to type Duration .
function result
A value of type Duration which is the converted time.
DISCUSSION

This function is identical to the AbsoluteToDuration function found in the Driver Services Library.

VERSION NOTES

Available in the Multiprocessing Services library with version 2.0.

SEE ALSO

The function DurationToAbsolute .


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)